var encoding/json.textMarshalerType
5 uses
encoding/json (current package)
encode.go#L412: textMarshalerType = reflect.TypeOf((*encoding.TextMarshaler)(nil)).Elem()
encode.go#L428: if t.Kind() != reflect.Pointer && allowAddr && reflect.PointerTo(t).Implements(textMarshalerType) {
encode.go#L431: if t.Implements(textMarshalerType) {
encode.go#L826: if !t.Key().Implements(textMarshalerType) {
encode.go#L897: if !p.Implements(marshalerType) && !p.Implements(textMarshalerType) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)